projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a0c46e
)
(pgg-gpg-use-agent): Default to t.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 17 Dec 2006 23:18:36 +0000
(23:18 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 17 Dec 2006 23:18:36 +0000
(23:18 +0000)
lisp/pgg-gpg.el
patch
|
blob
|
history
diff --git
a/lisp/pgg-gpg.el
b/lisp/pgg-gpg.el
index 4b8b79b068e86370c66602bd7c10d1a42c42a345..95c3e5e599620852652f81828327011dee18ae30 100644
(file)
--- a/
lisp/pgg-gpg.el
+++ b/
lisp/pgg-gpg.el
@@
-52,7
+52,7
@@
:type '(choice (const :tag "New `--recipient' option" "--recipient")
(const :tag "Old `--remote-user' option" "--remote-user")))
-(defcustom pgg-gpg-use-agent
nil
+(defcustom pgg-gpg-use-agent
t
"Whether to use gnupg agent for key caching."
:group 'pgg-gpg
:type 'boolean)